move register_cpu_notifier() into .init.text
authorJan Beulich <jbeulich@novell.com>
Sat, 2 Apr 2011 14:57:03 +0000 (15:57 +0100)
committerJan Beulich <jbeulich@novell.com>
Sat, 2 Apr 2011 14:57:03 +0000 (15:57 +0100)
commitd5298187b30d5806deda9088828fd29cad9237da
treed5306b6c7072fe95344f05751966a2ff60cf8abb
parent06490f43250dddc40b4aaf0ff4995991f94e170a
move register_cpu_notifier() into .init.text

With no modular drivers, all CPU notifier setup is supposed to happen
during boot. There also is a respective comment in the function.=20

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/nmi.c
xen/arch/x86/setup.c
xen/common/cpu.c
xen/common/notifier.c
xen/common/sched_credit2.c
xen/common/schedule.c
xen/include/asm-x86/config.h
xen/include/xen/sched-if.h